It's nice to still show the previous usage since it's easier to type in
trivial cases like `core.mode`.
Closes: #1710
Approved by: sinnykumari
</refnamediv>
<refsynopsisdiv>
+ <cmdsynopsis>
+ <command>ostree config get</command> <arg choice="req">SECTIONNAME.KEYNAME</arg>
+ </cmdsynopsis>
<cmdsynopsis>
<command>ostree config get</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg>
</cmdsynopsis>
+ <cmdsynopsis>
+ <command>ostree config set</command> <arg choice="req">SECTIONNAME.KEYNAME</arg> <arg choice="req">VALUE</arg>
+ </cmdsynopsis>
<cmdsynopsis>
<command>ostree config set</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg> <arg choice="req">VALUE</arg>
</cmdsynopsis>
<refsect1>
<title>Example</title>
- <para><command>$ ostree config get --group=core mode</command></para>
+ <para><command>$ ostree config get core.mode</command></para>
<para>bare</para>
+ <para><command>$ ostree config set --group='remote "myremote"' url http://example.com/repo</command></para>
</refsect1>
</refentry>